@font-face {
  font-family: "gothambook";
  src: url("./fonts/gothambook-webfont.eot");
  src: url("./fonts/gothambook-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/gothambook-webfont.woff2") format("woff2"), url("./fonts/gothambook-webfont.woff") format("woff"), url("./fonts/gothambook-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.row {
  width: 100%;
  float: left;
}

.container {
  width: 90%;
  margin: auto;
}

@media screen and (max-width: 1024px) {
  .container {
    width: 95%;
  }
}
.popup {
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99;
  display: none;
  justify-content: center;
  align-items: center;
}
.popup.show {
  display: flex;
}
.popup .popup_box {
  width: 450px;
  height: 200px;
  text-align: center;
  background: #001e30;
  box-shadow: 0px 8px 16px #00000029;
  border-radius: 5px;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  border: 1px solid #414141;
}
.popup .popup_box h3 {
  color: #fff;
  font-size: 20px;
  padding: 15px 0px 5px;
  margin-top: 25px;
}
.popup .popup_box p {
  color: #fff;
  font-size: 16px;
  opacity: 0.8;
}
.popup .popup_box ul {
  margin-top: 15px;
}
.popup .popup_box ul li {
  display: inline-block;
  margin-left: 5px;
}
.popup .popup_box ul li button {
  padding: 10px 20px;
  color: #fff;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  box-shadow: 0px 3px 6px #00000029;
}
.popup .popup_box ul li button.no_btn {
  background: #fff;
  color: #1d273a;
}
.popup .popup_box ul li button.yes_btn {
  background: #d9534f;
  color: #fff;
}
.popup .popup_box ul li button.yes_btn#yes_btn_submit {
  background: #add1b3;
}

.popup_box .loader_img {
  background: url("../assets/images/loader.gif") #001e30 no-repeat center center;
  width: 400px;
  height: 160px;
  background-size: 50%;
  vertical-align: middle;
  display: table-cell;
  padding-top: 60px;
  color: #00bcff;
  font-size: 15px;
}

h1 {
  font-size: 1.5em;
}

h2 {
  font-size: 1.2em;
}

h3 {
  font-size: 1em;
}

h4 {
  font-size: 0.9em;
}

h5 {
  font-size: 0.7em;
}

h6 {
  font-size: 0.5em;
}

p {
  font-size: 1em;
  line-height: 1.5em;
}

.main_header {
  background: #253147;
  box-shadow: 0 1px 0 #0000000F;
  height: 45px;
}
.main_header .logo {
  padding: 9px 0;
  float: left;
}
.main_header .navicon {
  display: none;
}
.main_header .nav_menu {
  float: left;
  width: 70%;
}
.main_header .nav_menu ul {
  display: block;
  text-align: center;
}
.main_header .nav_menu ul li {
  display: inline-block;
}
.main_header .nav_menu ul li a {
  color: #BABBBE;
  display: block;
  padding: 14px 35px 10px 35px;
  font-size: 1em;
  line-height: 19px;
}
.main_header .nav_menu ul li a:hover {
  color: #BABBBE;
  border-bottom: 4px solid #04BFEA;
}
.main_header .nav_menu ul li.active a {
  color: #BABBBE;
  border-bottom: 4px solid #04BFEA;
}
.main_header .profile_name {
  float: right;
  padding: 7px 0 2px;
  position: relative;
  cursor: pointer;
}
.main_header .profile_name em {
  border: 1px solid #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-block;
  overflow: hidden;
}
.main_header .profile_name em img {
  width: 100%;
}
.main_header .profile_name span {
  color: #fff;
  padding: 0 5px;
  position: relative;
  top: -5px;
  font-size: 14px;
  line-height: 17px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 170px;
  display: inline-block;
}
.main_header .profile_name i {
  position: relative;
  top: -10px;
}
.main_header .profile_name ul {
  background: #253147;
  position: absolute;
  padding: 20px 18px 10px;
  top: 42px;
  width: 170px;
  box-shadow: 0 10px 20px #00000029;
  display: none;
  z-index: 10;
}
.main_header .profile_name ul li a {
  padding-bottom: 10px;
  display: block;
  color: #BABBBE;
  font-size: 0.9em;
}
.main_header .profile_name ul li a:hover {
  color: #BABBBE;
}
.main_header .profile_name:hover ul {
  display: block;
  z-index: 10;
}

@media screen and (max-width: 1024px) {
  .main_header .profile_name ul {
    width: 152px;
    right: -5px;
  }
}
@media screen and (max-width: 670px) {
  .main_header .nav_menu {
    background: #1C2639;
    z-index: 20;
    position: absolute;
    left: 0;
    top: 46px;
    width: 100%;
  }
  .main_header .nav_menu ul {
    display: none;
  }
  .main_header .nav_menu ul.show {
    display: block;
  }
  .main_header .nav_menu ul li {
    display: block;
    text-align: left;
  }
  .main_header .nav_menu ul li.active a {
    border-bottom: 2px solid #04BFEA;
  }
  .main_header .navicon {
    position: absolute;
    top: 13px;
    cursor: pointer;
    display: inline-block;
  }
  .main_header .logo {
    margin-left: 40px;
  }
}
.breadcrum {
  background: #141D2D;
  position: absolute;
  bottom: 0;
  z-index: 10;
}
.breadcrum ul {
  height: 44px;
}
.breadcrum ul::after {
  content: "";
  position: absolute;
  right: -48px;
  border-top: 45px solid transparent;
  border-right: 48px solid transparent;
  border-bottom: 44px solid #141D2D;
  bottom: 0;
}
.breadcrum ul li {
  display: inline-block;
  color: #C7C7C7;
  padding: 10px 2px;
}
.breadcrum ul li a {
  color: #FFF;
}
.breadcrum ul li .bcrumb {
  display: inline-block;
  white-space: nowrap;
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  top: 3px;
}

.breadcrum_bg {
  width: 100px;
  height: 44px;
  background: #141D2D;
  left: 0;
  position: absolute;
  bottom: 0;
}

.allow_cookies_popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 20;
}
.allow_cookies_popup.hide {
  display: none;
}

.allow_cookies {
  background: #001F30 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 5px;
  opacity: 1;
  width: 650px;
  height: 240px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: 15;
  padding: 30px;
}
.allow_cookies h4 {
  letter-spacing: 0px;
  font-size: 25px;
  line-height: 40px;
  color: #fff;
}
.allow_cookies h4 em {
  float: right;
  cursor: pointer;
  position: relative;
  top: -18px;
  left: 10px;
}
.allow_cookies p {
  text-align: justify;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 0.7;
  margin-top: 10px;
}
.allow_cookies p a {
  color: #FFFFFF;
  opacity: 0.7;
  text-decoration: underline;
}
.allow_cookies .accpet_btn {
  width: 100%;
  float: left;
}
.allow_cookies .accpet_btn ul {
  display: flex;
  padding-top: 35px;
}
.allow_cookies .accpet_btn ul li {
  width: 50%;
  text-align: left;
}
.allow_cookies .accpet_btn ul li button {
  background: #8DC095;
  padding: 12px 25px;
  width: 135px;
  border: none;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 5px;
}

.tnc {
  padding-top: 30px;
  color: #fff;
}
.tnc h1 {
  margin-bottom: 15px;
}
.tnc p {
  margin-bottom: 10px;
}
.tnc p a {
  color: #fff;
  text-decoration: underline;
}

.login_page {
  width: 100%;
  height: 100vh;
  background: transparent linear-gradient(119deg, #4C596E 0%, #1C2639 51%, #4C596E 100%) 0% 0% no-repeat;
}
.login_page .login_form {
  background: transparent linear-gradient(180deg, #253147 0%, #2C2343 100%) 0% 0% no-repeat;
  box-shadow: 0px 10px 20px #00000029;
  border-radius: 20px;
  width: 390px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 495px;
  padding: 15px 30px;
}
.login_page .login_form .login_filed.hide {
  display: none;
}
.login_page .login_form .logo {
  text-align: center;
  /*padding: 3px 0px 10px;*/
  color: #fff;
  letter-spacing: 5px;
  font-size: 20px;
  text-shadow: 1px 1px 5px #add1b3;
  margin: 10px;
  padding: 10px;
  font-weight: bold;
}
.login_page .login_form .form_group {
  position: relative;
  margin-bottom: 20px;
}
.login_page .login_form .form_group label {
  display: block;
  color: #BABBBE;
  padding-bottom: 10px;
}
.login_page .login_form .form_group label a {
  color: #fff;
  opacity: 0.7;
  float: right;
  padding: 0px 0px;
  font-size: 0.8em;
}
.login_page .login_form .form_group label a:hover {
  opacity: 1;
}
.login_page .login_form .form_group input {
  width: 100%;
  background: #2F3B4F;
  border: none;
  height: 40px;
  color: #fff;
  padding: 0px 50px 0px 10px;
  border: 1px solid #d9534f;
}
.login_page .login_form .form_group em {
  width: 30px;
  height: 30px;
  background: url() no-repeat 3px 3px;
  display: inline-block;
  position: absolute;
  right: 9px;
  top: 30px;
}
.login_page .login_form .form_group.valid em {
  background: url("../assets/images/icon-awesome-check-circle.svg") no-repeat 3px 4px;
}
.login_page .login_form .form_group.valid em.otp_chk {
  top: 45px;
}
.login_page .login_form .form_group.password em {
  background: url("../assets/images/Icon-ionic-md-eye-off.svg") no-repeat 0px 5px;
  cursor: pointer;
}
.login_page .login_form .form_group.password.valid em {
  background: url("../assets/images/icon-awesome-eye.svg") no-repeat 0px 5px;
  cursor: pointer;
}
.login_page .login_form .form_group.active input {
  border: none;
}
.login_page .login_form .form_group.active .error_msg {
  display: none;
}
.login_page .login_form .form_group .error_msg {
  color: #d9534f;
  padding: 5px 0px;
  display: block;
  font-size: 0.9em;
}
.login_page .login_form .form_group .error_msg i {
  margin-right: 5px;
  position: relative;
  top: 3px;
}
.login_page .login_form .google_capcha {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  text-align: center;
}
.login_page .login_form .google_capcha .g-recaptcha {
  display: inline-block;
}
.login_page .login_form .submit_btn {
  display: block;
  text-align: center;
}
.login_page .login_form .submit_btn button {
  background: #8dc095 0% 0% no-repeat padding-box;
  border-radius: 5px;
  width: 236px;
  height: 45px;
  color: #fff;
  border: none;
  font-size: 18px;
  text-transform: uppercase;
  cursor: pointer;
}
.login_page .login_form .otp_filed.hide {
  display: none;
}
.login_page .login_form .otp_filed h4 {
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 30px;
}
.login_page .login_form .otp_filed .form_group span {
  font-size: 14px;
  opacity: 0.7;
  color: #fff;
  margin-bottom: 10px;
  display: block;
}
.login_page .login_form .otp_filed .form_group input {
  letter-spacing: 9.2px;
  font-size: 22px;
}
.login_page .login_form .otp_filed p {
  color: #FFFFFF;
  opacity: 0.7;
  font-size: 14px;
  line-height: 19px;
}
.login_page .login_form .otp_filed ul {
  padding: 50px 0px;
}
.login_page .login_form .otp_filed ul li {
  display: inline-block;
  width: 49%;
  text-align: center;
}
.login_page .login_form .otp_filed ul li button {
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 19px;
  width: 125px;
  height: 40px;
  border: none;
  cursor: pointer;
  font-weight: 400;
}
.login_page .login_form .otp_filed ul li button.resend {
  color: #253147;
  background: #fff;
}
.login_page .login_form .otp_filed ul li button.submit_otp {
  color: #fff;
  background: #8dc095;
}

input:-webkit-autofill {
  background: transparent !important;
}

.loader-new {
  z-index: 1;
  display: none;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}
.loader-new img {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

* {
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
}

section, article, header, nav, footer, aside {
  display: block;
}

html, body {
  height: 100%;
  min-height: 100%;
}

a, input {
  outline: none;
  text-decoration: none;
  margin: 0;
  padding: 0;
}

ul, li, p, figure, div, header, footer {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  color: #0f7bd5;
}

a, a:hover, a:focus {
  outline: none;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

body {
  font-family: gothambook;
  background: #1C2639;
  font-size: 1rem;
}

.scroll_hide {
  overflow: hidden;
}

.hide {
  display: none;
}

@media screen and (max-width: 1024px) {
  body {
    font-size: 0.9rem;
  }
}

/*# sourceMappingURL=global.css.map */
